HomeSort by relevance Sort by last modified time
    Searched defs:opcode (Results 251 - 275 of 348) sorted by null

<<11121314

  /external/v8/src/arm/
lithium-arm.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
216 enum Opcode {
224 virtual Opcode opcode() const = 0;
228 bool Is##type() const { return opcode() == k##type; }
233 // an opcode.
1108 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1125 virtual Opcode opcode() const { return LInstruction::kArithmeticT; } function in class:v8::internal::LArithmeticT
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 181 virtual Opcode opcode() const { return LInstruction::k##type; } \
211 enum Opcode {
219 virtual Opcode opcode() const = 0;
223 bool Is##type() const { return opcode() == k##type; }
228 // an opcode.
1109 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1130 virtual Opcode opcode() const { return LInstruction::kArithmeticT; } function in class:v8::internal::LArithmeticT
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 502 uint32_t opcode = GetOpcodeField(instr); local
507 return opcode == BEQ ||
508 opcode == BNE ||
509 opcode == BLEZ ||
510 opcode == BGTZ ||
511 opcode == BEQL ||
512 opcode == BNEL ||
513 opcode == BLEZL ||
514 opcode == BGTZL ||
515 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ |
533 uint32_t opcode = GetOpcodeField(instr); local
545 uint32_t opcode = GetOpcodeField(instr); local
565 uint32_t opcode = GetOpcodeField(instr); local
572 uint32_t opcode = GetOpcodeField(instr); local
    [all...]
lithium-mips.h 185 virtual Opcode opcode() const { return LInstruction::k##type; } \
215 enum Opcode {
223 virtual Opcode opcode() const = 0;
227 bool Is##type() const { return opcode() == k##type; }
232 // an opcode.
1088 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1105 virtual Opcode opcode() const { return LInstruction::kArithmeticT; function in class:v8::internal::LArithmeticT
    [all...]
  /external/v8/src/x64/
lithium-x64.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
217 enum Opcode {
225 virtual Opcode opcode() const = 0;
229 bool Is##type() const { return opcode() == k##type; }
234 // an opcode.
1087 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD
1104 virtual Opcode opcode() const { return LInstruction::kArithmeticT; function in class:v8::internal::LArithmeticT
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 329 uint8 opcode; /* see I/F opcode */ member in struct:wl_event_data_if
335 /* opcode in WLC_E_IF event */
bt_amp_hci.h 30 uint16 opcode; member in struct:amp_hci_cmd
38 /* AMP HCI CMD opcode layout */
40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F))
41 #define HCI_CMD_OCF(opcode) ((opcode) & 0x03FF)
212 uint16 opcode; member in struct:cmd_status_parms
217 uint16 opcode; member in struct:cmd_complete_parms
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda.h 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
326 u_int32_t opcode; member in struct:coda_in_hdr
340 /* Really important that opcode and unique are 1st two fields! */
342 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coda.h 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
326 u_int32_t opcode; member in struct:coda_in_hdr
340 /* Really important that opcode and unique are 1st two fields! */
342 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coda.h 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
326 u_int32_t opcode; member in struct:coda_in_hdr
340 /* Really important that opcode and unique are 1st two fields! */
342 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr

Completed in 2026 milliseconds

<<11121314