| /openbmc/qemu/target/arm/tcg/ |
| H A D | t16.decode | 84 # Load/store word/byte (immediate offset) 98 # Load/store halfword (immediate offset) 120 # Add PC/SP (immediate) 133 # Shift (immediate) 149 # Add/subtract (two low registers and immediate) 157 # Add, subtract, compare, move (one low register and immediate) 178 # Adjust SP (immediate)
|
| H A D | sve.decode | 49 # Signed 8-bit immediate, optionally shifted left by 8. 51 # Unsigned 8-bit immediate, optionally shifted left by 8. 147 # Three operand with "memory" size, aka immediate left shift 175 # Two register operands with a 6-bit signed immediate. 178 # Two register operand, one immediate operand, with predicate, 191 # Two register operand, one immediate operand, with 4-bit predicate. 204 # Predicate output, vector and immediate input, 209 # Basic Load/Store with 9-bit immediate offset 362 # SVE bitwise shift by immediate (predicated) 462 # SVE index generation (immediate start, immediate increment) [all …]
|
| H A D | t32.decode | 166 # Data-processing (immediate) 207 # Data processing (plain binary immediate) 425 # Load/store (register, immediate, literal) 465 PLD 1111 1000 1001 ---- 1111 ------------ # (immediate T1) 470 PLD 1111 1000 0001 ---- 1111 1100 -------- # (immediate T2) 485 PLDW 1111 1000 1011 ---- 1111 ------------ # (immediate T1) 490 PLDW 1111 1000 0011 ---- 1111 1100 -------- # (immediate T2) 513 PLI 1111 1001 1001 ---- 1111 ------------ # (immediate T1) 518 PLI 1111 1001 0001 ---- 1111 1100 -------- # (immediate T2) 735 # LE and WLS immediate
|
| H A D | a32.decode | 111 # Data-processing (immediate) 183 # MSR (immediate) and hints 308 # Load/Store Dual, Half, Signed Byte (immediate) 344 # Load/Store word and unsigned byte (immediate)
|
| H A D | mve.decode | 37 # 1imm format immediate 399 # VIDUP, VDDUP format immediate: 1 << (immh:imml) 587 # Logical immediate operations (1 reg and modified-immediate) 599 # Shifts by immediate
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | octeon.decode | 28 # SEQI rt, rs, immediate 30 # SNEI rt, rs, immediate
|
| /openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ |
| H A D | ServerPowerOperations.vue | 110 value="immediate" 149 value="immediate" 262 } else if (this.form.rebootOption === 'immediate') { 286 if (this.form.shutdownOption === 'immediate') {
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | emit.c.inc | 506 uint8_t b = decode->immediate; 755 gen_ternary_sse(s, decode, (uint8_t)decode->immediate >> 4, \ 770 TCGv_i32 imm = tcg_constant8u_i32(decode->immediate); 1030 TCGv_i32 imm = tcg_constant8u_i32(decode->immediate); 1057 TCGv_i32 imm = tcg_constant8u_i32(decode->immediate); 1148 if (decode->immediate == 0) { 1178 if (decode->e.op2 == X86_TYPE_I && decode->immediate == 0) { 1488 * For immediate bit number gen_bt_mask()'s output is already a constant; 2015 TCGv_i32 length = tcg_constant_i32(decode->immediate & 63); 2016 TCGv_i32 index = tcg_constant_i32((decode->immediate >> 8) & 63); [all …]
|
| H A D | decode-new.h | 337 target_ulong immediate; member
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/bios/ |
| H A D | biosconfig-manager_git.bb | 5 reboot or immediate based on the host firmware."
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
| H A D | README.md | 7 take place upon the next system reboot or immediate based on the host firmware.
|
| /openbmc/openbmc/meta-phosphor/recipes-core/os-release/ |
| H A D | os-release.bbappend | 22 # contents of the 'git describe --dirty' call. Create a strong/immediate
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | desc_constr.h | 324 static inline void append_##cmd##_imm_##type(u32 *desc, type immediate, \ 329 append_cmd(desc, immediate); \
|
| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | ModalDns.vue | 91 immediate: true,
|
| H A D | ModalHostname.vue | 94 immediate: true,
|
| H A D | ModalMacAddress.vue | 98 immediate: true,
|
| H A D | ModalDefaultGateway.vue | 97 immediate: true,
|
| H A D | ModalIpv6.vue | 127 immediate: true,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | multipath.conf.example | 37 # failback immediate
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | alu.idef | 43 COND_ALU(A2_paddi,"Rd32=add(Rs32,#s8)","Conditionally Add Register and immediate",fIMMEXT(siV); RdV… 66 "Add a signed immediate to a register", 71 "Add immediate to PC", 247 "This instruction carries the 26 most-significant immediate bits for the next instruction", 255 "transfer signed immediate to register",{ fIMMEXT(siV); RdV=siV;}) 273 "Combine a word and an immediate into a register pair", 279 "Combine a word and an immediate into a register pair", 435 "Subtract register from immediate",{ fIMMEXT(siV); RdV=siV-RsV;}) 438 "logical AND with immediate",{ fIMMEXT(siV); RdV=RsV&siV;}) 441 "logical OR with immediate",{ fIMMEXT(siV); RdV=RsV|siV;})
|
| /openbmc/webui-vue/src/views/Operations/FactoryReset/ |
| H A D | FactoryResetModal.vue | 154 immediate: true,
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | MirOS | 21 * of said person`s immediate fault when using the work as intended.
|
| /openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
| H A D | test_server_power_operations_sub_menu.robot | 74 [Documentation] Verify shutdown after clicking immediate shutdown button. 122 [Documentation] Verify host reboot after triggering immediate reboot.
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_managers_bmc_time.robot | 92 [Documentation] Verify immediate change in BMC date time.
|
| /openbmc/qemu/target/avr/ |
| H A D | insn.decode | 82 # The 22-bit immediate is partially in the opcode word,
|